Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

4 total results found

How do I update root certificates in Apache/PHP/cURL environment

Programming and Web Development PHP

Following is the instruction for dealing with the new ISIS’ SSL certificate authority (effective 4/21/2006), Geo Trust, in a UNIX or Windows environment using Apache/PHP/cURL. The instruction can generally apply to any new SSL certificate authority.UNIXIf you...

ISIS
SSL
certificate
curl

Norton Antivirus causes email sending problems

Cybersecurity

The outgoing email scanning function in Norton Antivirus is usually turned on by default. Individuals who use NAV should be aware that the scan does not support SSL. Please do not be alarmed if the following message occurs:Unable to establish a SSL connectio...

Norton Antivirus
SSL
sending

Using SSL socket in PHP under Windows

Programming and Web Development PHP

ProblemIf you try to open a socket (fsockopen, pfsockopen) with SSL in PHP 4.x under Windows, the operation might fail with the following message: Warning: fsockopen(): no SSL support in this buildThis problem occurs even if phpinfo() shows openssl as loaded ...

SSL
fsockopen
pfsockopen
PHP
socket
Windows

In-Common SSL Cert Installation on Apache 2.2

Programming and Web Development

The steps towards obtaining a free cert for ucla based webservers: Generate a CSR with a 2048-bit minimum key for each common name for which you require a cert Be sure that the common name(s) contain a fully qualified domain name Forward both the CSR and the c...

In-Common SSL Cert
SSL
OpenSSL