473,387 Members | 1,890 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

HTTPS URLs monitoring

Hi,

On AIX, I have a script that checks URLs availability with the Lwp::UserAgent module.

It has been checking HTTPS URLs without any problem, but since the OpenSSL and OpenSSH versions has been updated, I have an error message saying that HTTPS is not supported.

I don't have the Crypt::SSLeay module or the IO::Socket::SSL module installed and it has always been working fine. I think that when Lwp::UserAgent had been installed, it had been able to determine where the SSL library necessary to perform HTTPS request were located...

I have tried to reinstall the Lwp::UserAgent, but it is still the same thing
Any idea?
Oct 9 '08 #1
3 2277
Well, at least, can somebody help me with installing the Crypt::SSLeay module. I can the following message when I try to compile!

# make CC=gcc
gcc -c -I/opt/freeware/include/openssl -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -qmaxmem=16384 -qnoansialias -DUSE_NATIVE_DLOPEN -DNEED_PTHREAD_INIT -q32 -D_LARGE_FILES -qlonglong -O -DVERSION=\"0.57\" -DXS_VERSION=\"0.57\" "-I/usr/opt/perl5/lib/5.8.2/aix-thread-multi/CORE" SSLeay.c
gcc: unrecognized option '-qmaxmem=16384'
gcc: unrecognized option '-qnoansialias'
gcc: unrecognized option '-q32'
gcc: unrecognized option '-qlonglong'
gcc: error trying to exec 'cc1': execvp: No such file or directory
make: 1254-004 The error code from the last command is 1.

Stop.


GCC has been newly installed. I presume that everything is ok with it...
Thanks for you help!
Oct 10 '08 #2
numberwhun
3,509 Expert Mod 2GB
First, why try to build the module(s) by hand when there is a fully capable installer built into whatever distribution you are using.

Either way, have you tried the make without the "CC=gcc"? I think the first thing you should do, if the "Makefile.pl" exists, is a "perl Makefile.pl". After that, just do a "make", and after that, if all is successful, a make install.

Regards,

Jeff
Oct 10 '08 #3
The thing is that my server is behing a firewall with no access to the internet...

Is there a way that I can use CPAN to install my module and set the urllist parameter to a local directory where I would have already downloaded the necessary files? (If somebody could tell me which files are necessary...)

I know that I can use Mini::CPAN, but it requires that I install the module manually which requires other modules to be installed....

Thanks!
Oct 10 '08 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

16
by: Paul Sweeney | last post by:
Does anyone know of a working (python) https proxy which allows viewing of unencrypted data being sent from my browser to an https site? I've worked my way through most on the list at...
4
by: Chuck Anderson | last post by:
I use apache, Php and MySql on my Windows XP machine at home. I have been doing so successfully now for a long time. However, I am now trying to use fopen to open secure URLs (https) and having...
2
by: Mark Delon | last post by:
Hi, i want to log via python script to https page: 'https://brokerjet.ecetra.com/at/' # But it does not work. I am using following code(see below)
2
by: kl | last post by:
Hello My aspx pages run fine with non-secure server. When I tried to run them with https://, on the browser side, the runtime error occurred with suggestions of adding the following configuration...
7
by: Ryan Taylor | last post by:
Hi. I have some code that dynamically generates a PDF and spits this content directly to the web browser. I use HTMLDoc to create the Pdf's from html. So the user can click on a button "Print...
7
by: VB Programmer | last post by:
I created an ASP.NET website and recently got a secure certificate. Whenever I visit any of the pages IE says "This page contains both secure and nonsecure items. Do you want to display the...
2
by: abcd | last post by:
I am using https protocol and some of my pages are using relatie paths to our images folder and gif files... when the page is rendered the images are not rendered.....is there anything wrong...
4
by: Jason P | last post by:
Basically we have a web method with a dynamic URL. The client is developed in C++ and I've been using the webReference.SetUrl( "http://test.example.com..." ) method successfully with various web...
1
by: Astan Chee | last post by:
Hi again, According to https://demo.launchpad.net/products/python/+bug/56872 or more specifically, the example of its working code:...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.