vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Can I use an SSL Certificate with vBulletin? (https://vborg.vbsupport.ru/showthread.php?t=183311)

fearfx 06-23-2008 02:18 PM

Can I use an SSL Certificate with vBulletin?
 
I was wondering, If I had a SSL Certificate installed on my server, how could
I configure vBulletin to use the SSL when loging in and registering and purchasing using vBulletin's Paid Subscriptions? Can this be done?

Thanks for the help!

ssslippy 06-23-2008 08:48 PM

If you are using vbulletins built in subscript services no actually purchases are made on the server, they are all done from the payment service which have their own SSL certificates.

fearfx 06-25-2008 02:05 PM

What do you mean by that? So If I setup a paid subscription, your saying there's no way I can use an ssl?

Alfa1 06-25-2008 02:17 PM

Generate a SSL certificate and move your files to you https:// directory
Edit your config file.

Your entire forum will then be accessible through SSL.

zagman76 09-10-2008 02:05 AM

Quote:

Originally Posted by Alfa1 (Post 1558638)
Generate a SSL certificate and move your files to you https:// directory
Edit your config file.

Your entire forum will then be accessible through SSL.

Where is the https:// directory located? :rolleyes:

---

In Apache (if using apache) - in your config file, you will need something similar to this:
Code:


NameVirtualHost YOUR IP ADDRESS:443

<VirtualHost YOUR IP ADDRESS:443>
ServerAlias www.YOURDOMAIN.com YOURDOMAIN.com
ServerAdmin AS IT APPLIES TO YOU
DocumentRoot /path/to/your/public_html
ServerName www.YOURDOMAIN.com
DirectoryIndex index.html index.php
<Directory "/path/to/your/home/folder">
AllowOverride All
allow from all
Options +Indexes
</Directory>
SSLEngine on
SSLCertificateFile /path/to/your/private/key/server.crt
SSLCertificateKeyFile /path/to/your/certificate/server.key
</VirtualHost>



All times are GMT. The time now is 09:04 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01064 seconds
  • Memory Usage 1,720KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete