Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
vitaly  
#1 Posted : Friday, August 9, 2013 2:48:30 AM(UTC)
vitaly

Rank: Advanced Member

Groups: Member
Joined: 12/19/2012(UTC)
Posts: 164

Was thanked: 8 time(s) in 8 post(s)
Symptoms
When you open a page with Java uploader using HTTPS, you receive ClassNotFoundException:

UserPostedImage

Reason
Java uploader uses JSSE (Java Secure Socket Extension). This module requires SNI (Server Name Indication) enabled. It requires the server name set up on the SSL (Secure Sockets Layer) server. As usual, no server name specified by default, therefore you should do it manually.

Solution
For the Apache server, you should add the following lines in the Apache configuration file:

Code:
<VirtualHost default:443>
# General setup for the virtual host
DocumentRoot "/opt/apache/2.2.21/htdocs"
ServerName your.servername.com:443

Edited by user Friday, August 9, 2013 3:19:02 AM(UTC)  | Reason: Not specified

Best regards,
Vitaly Kustov
Aurigma Technical Support
Users browsing this topic
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.